Conversion From Hexadecimal To Binary


 
 
Concept Explanation
 

Conversion From Hexadecimal To Binary

 

Converting Hexadecimal to Binary:

To convert a hexadecimal number into its equivalent binary number, follow the steps given here:

  • Step 1: Take given hexadecimal number
  • Step 2: Find the number of digits in the decimal
  • Step 3: If it has n digits, multiply each digit with 16n-1 where the digit is in the nth position
  • Step 4: Add the terms after multiplication
  • Step 5: The result is the decimal number equivalent to the given hexadecimal number. Now we have to convert this decimal to binary number.
  • Step 6: Divide the decimal number with 2
  • Step 7: Note the remainder
  • Step 8: Do the above 2 steps for the quotient till the quotient is zero
  • .... (More Text Available, Login?)
     
     


    Students / Parents Reviews [10]